McMoveDuration Class
Represents the duration of a move.
Inheritance Hierarchy
System.Object
IntervalZero.KINGSTAR.Base.McMoveDuration
Namespace: IntervalZero.KINGSTAR.Base
Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public class McMoveDuration
Public Class McMoveDuration
The McMoveDuration class exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
McMoveDuration | Initializes a new instance of the McMoveDuration class. |
Properties
| Name | Description | |
|---|---|---|
|
AccelerationTime | The duration of the move acceleration phase. |
|
DecelerationTime | The duration of the move deceleration phase. |
|
Duration | The duration of the move. |
See also